Fix signal parameters in GtkEntryCompletion
authorMatthias Clasen <mclasen@redhat.com>
Sat, 22 May 2010 03:50:46 +0000 (23:50 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 22 May 2010 03:50:46 +0000 (23:50 -0400)
commitbb91ebcb8fc914a6069e9962321d3f9b5ed9f714
tree67dd604e32b42feed5cf7e8a14a6d825a4ccf574
parent54093354e4be518dce5a6cb94ad018e5b7aa7a6d
Fix signal parameters in GtkEntryCompletion

The ::match-selected and ::cursor-on-match signal were emitted
with the internal filter model instead of the user-provided model.

Fixes bug #555087.
gtk/gtkentry.c
gtk/gtkentrycompletion.c